home *** CD-ROM | disk | FTP | other *** search
/ Hackers Handbook - Millenium Edition / Hackers Handbook.iso / library / hack / lipart1.txt < prev    next >
Encoding:
Text File  |  1998-10-31  |  5.1 KB  |  83 lines

  1. -----------------------------
  2. Linux Info: Part 1 The Basics
  3. By: dr0z
  4. Fusion
  5. -----------------------------
  6.  
  7. This is a text written for newbies to linux, later there will be more parts to the series
  8. this is part 1, come back to the place where you got this text, or email me at: konnect@kih.net
  9. to recieve the newest parts to this text.
  10.  
  11.  
  12. ------------------------
  13.  
  14. Part 1- What is linux? 
  15.  
  16. Linux is a multi-user, multi-tasking operating system. It is mostly good for networks but is also good to learn to hack on. This should be one of the first thing you get
  17. when you begin your hacking experience. Before I tell you how to obtain linux, and some of the basic stuff, I want to tell you a little more about it. 
  18.  
  19. Linux was designed by Linus Torvalds. He originally created it for his own personal use, but it became more than what he expected. He is one of the best
  20. programmers in the world, if not the best. He was a DOS, and windows user himself, but he was getting tired of hoping the piece of shit wouldn't crash. He couldn't
  21. depend on windows, because the pesky bugs would bring down the system when u least expect it. 
  22.  
  23. Linux is based on UNIX(A very expensive operating system) which many people didn't have the money to pay for, but they like the way it worked. UNIX was used
  24. more by companies and not for home computer systems. This is because big companies can throw away thousands of dollars for UNIX, but cheap bitches like us
  25. can't. So Linus made Linux a variation of UNIX. There are many different distributions of linux, each with its own traits. Here are a few of them: Red Hat Linux,
  26. Slackware, S.u.S.E., Debian, Caldera OpenLinux, Turbo Linux. 
  27.  
  28. When you first install linux, you may want to give up easily on the installation process. Once you have done it, it will come naturally to you the next time you install it.
  29. Once you have it installed, you may be like " Well this is just a DOS prompt! ". And you won't see what everyone is talking about. But once you have used it for a
  30. while you will begin to see the beauty of Linux. One of the things I like about it is the multi-tasking part, where you can hit Alt + F1-F6 and login and do some more
  31. things and then switch back to a different process. Sometime when I am using windows, I find myself punching those key, but ofcourse nothing happens. I find it kind
  32. of funny actually. Anywayz... If you buy linux from your local computer store(I highly suggest this) you should get the X-Windows system with it, for all you windows
  33. lovers this will look almost identical to Windows 95. X-win has its problems as does Windows 95, but these problems are kept to a minimal since linux and most of
  34. its programs are distributed with source so you can fix bugs that you find. 
  35.  
  36. Part 2- Where do I get Linux? 
  37.  
  38. First off, Linux can be free or it can cost a bit of money. This depends on what you want. Usually if you buy it from a computer store, you will get the manuals for
  39. that specific distribution. If you choose to download it from the internet, than I hope you know what packages(programs) you want with it, since you have to
  40. download each seperatly. I am not going to talk much about downloading linux due to the fact you can get info on it from: ftp.cdrom.com, ftp.redhat.com,
  41. ftp.sunsite.unc.edu, and a few more. Also there are some people that are willing to give away thier old linux CD's, If your lucky they may even send you the books.
  42. Thats about all I am going to say about getting linux, since it is so easy. 
  43.  
  44. Part 3- Some Basic Commands 
  45.  
  46. Alot of the commands used in linux are complicated, but once you use them a few times you will know them like the back of your hand. Here are a few basic
  47. commands to get you started: 
  48.  
  49. cd (dir name)- change directories 
  50. ls- list files in current directory 
  51. dir- same as above 
  52. cp- copy 
  53. rm- delete, remove 
  54. mv- move a file 
  55. mkdir- make a directory 
  56. rmdir- delete a directory(directory must be empty) 
  57. adduser- add a new user(must be root to execute command) 
  58. passwd- change the password of the current user 
  59. mount /dev/(file system) (mount point)- mount a file system, such as your dos or windows file system 
  60. tar- used to compress/decompress .tar archives 
  61. gzip- another compression/decompression tool 
  62. vi- text editor 
  63. emacs- another texts editor 
  64. echo- echo text to the screen(you can do some more complex things with this command also 
  65. chmod- sets file permissions for files and directories 
  66. cat (file name)- print contents of a file to the screen 
  67. who- show current users logged into your system 
  68. su (username)- change users without logging out 
  69. kill (pid #)- kill a process(you can get the pid of a process by typing "top") 
  70. logout- Used to logout 
  71. shutdown- used to shutdown the system(many different shutdowns can be chosen from) 
  72. telnet- used to telnet to a computer 
  73. ftp- used to ftp to a computer 
  74. netstat- used to view all connections in process 
  75. startx- If you have X-Windows installed you can type this to start it up 
  76. find- used to find a file on the computer 
  77.  
  78. --------------------------------------
  79. thats it.......Part 2 comming soon...
  80.  
  81. Shoutouts to: ResiD, Strife, l0rds, Bigg_dawg, kan, XeXeN, PhrznCorpz, and anyone else I may have forgot.
  82.  
  83.                         Fusion In Da HOUSE!